net/http.http2ClientConn.logf (method)
7 uses
net/http (current package)
h2_bundle.go#L9957: cc.logf("protocol error: received %T before a SETTINGS frame", f)
h2_bundle.go#L9981: cc.logf("Transport: unhandled response frame type %T", f)
h2_bundle.go#L10333: cc.logf("http2: Transport received unsolicited DATA frame; closing connection")
h2_bundle.go#L10360: cc.logf("protocol error: received DATA after END_STREAM")
h2_bundle.go#L10368: cc.logf("protocol error: received DATA before a HEADERS frame")
h2_bundle.go#L10377: cc.logf("protocol error: received DATA on a HEAD request")
h2_bundle.go#L10765: func (cc *http2ClientConn) logf(format string, args ...interface{}) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)